From: Matthias Clasen Date: Sun, 17 Dec 2017 21:41:00 +0000 (-0500) Subject: wayland: Handle scale 3 for cursors X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~114 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=a41e0ce4a4990da9b9ed8bcd7393a4b6e23f8eb0;p=gtk%2B3.0.git wayland: Handle scale 3 for cursors This is just a bandaid solution to make scale 3 work. If people seriously want to go for scales larger than that, we need a better solution. --- diff --git a/gdk/wayland/gdkdisplay-wayland.h b/gdk/wayland/gdkdisplay-wayland.h index 9b1555761c..61ac7a4d5f 100644 --- a/gdk/wayland/gdkdisplay-wayland.h +++ b/gdk/wayland/gdkdisplay-wayland.h @@ -46,7 +46,7 @@ G_BEGIN_DECLS -#define GDK_WAYLAND_MAX_THEME_SCALE 2 +#define GDK_WAYLAND_MAX_THEME_SCALE 3 #define GDK_WAYLAND_THEME_SCALES_COUNT GDK_WAYLAND_MAX_THEME_SCALE #define GDK_ZWP_POINTER_GESTURES_V1_VERSION 1